home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Netherlands - A Compact World
/
The Netherlands.iso
/
chapters
/
5.A.dxr
/
Internal_35_wisselscript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-10
|
174 b
|
12 lines
property spriteNum
on mouseEnter me
set the blend of sprite spriteNum to 0
cursor(280)
end
on mouseLeave me
set the blend of sprite spriteNum to 100
cursor(-1)
end